'Declaration Public Overloads Sub SetArray( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value(,) As System.Object _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value() As System.Object instance.SetArray(row, column, value)
Parameters
- row
- Row index
- column
- Column index
- value
- Array from which to set values